Get whois data by asset UID
whois
cURL
curl --request GET \ --url https://client.synack.com/api/streaming/v1/{org_uid}/assets/{asset_uid}/whois \ --header 'Authorization: Bearer <token>'
{ "data": { "attributes": "<unknown>", "id": "<string>", "links": { "next": "<string>", "prev": "<string>" }, "meta": "<unknown>", "relationships": {} }, "errors": [ { "detail": "<string>", "id": "<string>", "source": "<string>", "status": 123, "title": "<string>" } ], "included": [ "<unknown>" ], "links": { "next": "<string>", "prev": "<string>" }, "meta": "<unknown>" }
Documentation IndexFetch the complete documentation index at: https://docs.synack.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.synack.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Organization UID
Asset UID
OK
Show child attributes